RadiusClientProcess holds and manipulates the RADIUS client.
More...
RadiusClientProcess holds and manipulates the RADIUS client.
◆ addToServerVect()
| void RadiusClientProcess::addToServerVect |
( |
ip |
, |
|
|
string |
, |
|
|
bool |
, |
|
|
int |
, |
|
|
string |
|
|
) |
| |
Adds the specified client IP address to the ACS server.
- Parameters
-
| ipAddr,the | client IP address of interest. |
| keyStr,the | secret key. |
| isSingleConnection,true | for single connection, false for multiple connection. |
| authPort,the | RADIUS port. |
◆ getServerCount()
| int RadiusClientProcess::getServerCount |
( |
| ) |
|
Returns the number of ACS servers.
- Returns
- int, the number of ACS servers.
◆ removeFromServerVect()
| void RadiusClientProcess::removeFromServerVect |
( |
ip |
| ) |
|
Removes the specified client IP address from the ACS server.
- Parameters
-
| ipAddr,the | client IP address of interest. |
◆ removeFromServerVectByName()
| void RadiusClientProcess::removeFromServerVectByName |
( |
string |
| ) |
|
Removes the specified RADIUS server.
- Parameters
-
| serverName,the | name of the RADIUS server to remove. |
The documentation for this class was generated from the following file: